object Form25: TForm25 Left = 254 Top = 123 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'Quick List' ClientHeight = 84 ClientWidth = 239 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 120 Top = 32 Width = 43 Height = 13 Caption = 'List items' end object Image1: TImage Left = 0 Top = 8 Width = 20 Height = 20 AutoSize = True Picture.Data = {} end object Bevel1: TBevel Left = 24 Top = 3 Width = 209 Height = 49 end object RadioButton1: TRadioButton Left = 32 Top = 8 Width = 89 Height = 17 Caption = 'Unordered list' Checked = True TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Left = 32 Top = 32 Width = 81 Height = 17 Caption = 'Ordered list' TabOrder = 1 end object Edit1: TEdit Left = 176 Top = 24 Width = 33 Height = 21 ReadOnly = True TabOrder = 2 Text = '1' end object UpDown1: TUpDown Left = 209 Top = 24 Width = 15 Height = 21 Associate = Edit1 Min = 1 Position = 1 TabOrder = 3 Wrap = False end object Button1: TButton Left = 96 Top = 56 Width = 65 Height = 23 Caption = 'Ok' Default = True TabOrder = 4 OnClick = Button1Click end object Button2: TButton Left = 168 Top = 56 Width = 65 Height = 23 Cancel = True Caption = 'Cancel' TabOrder = 5 OnClick = Button2Click end end